import of kallisto file into R through IsoformswitchanalyzeR
1
1
Entering edit mode
4.8 years ago
harry ▴ 30

Can anyone tell me the command for importing my kallisto file in R. I am new in this type of work so please suggest me. I use IsoformswitchanalyzeR to import it so please suggest through this command line .

RNA-Seq • 1.3k views
ADD COMMENT
0
Entering edit mode
ADD COMMENT
0
Entering edit mode

kallistoabundance <- importIsoformExpression(home/aclab/CircRNA/project/kallisto/1/1_AGTCAA_L001_R1_001.out/abundance.tsv ,(package="IsoformSwitchAnalyzeR")) this is correct or not plz tell me becoz it shows error .

ADD REPLY
0
Entering edit mode

shows error is most uninformative. Show it.

ADD REPLY
0
Entering edit mode

The following commands are i used but i didn't import my file in R please suggest me how i import it.

kallistoQuant <- importIsoformExpression( <-"/home/lab/RNA/kallisto/1/1_AGTCAA_L002_R1_005/" ,(package = " IsoformSwitchAnalyzeR ")) Error: unexpected assignment in "kallistoQuant <- importIsoformExpression( <-"

kallistoQuant <- importIsoformExpression("/home/lab/RNA/kallisto/1/1_AGTCAA_L002_R1_005/" ,(package = " IsoformSwitchAnalyzeR ")) Error in importIsoformExpression("/home/lab/RNA//kallisto/1/1_AGTCAA_L002_R1_005.out/", : Only one of the the 'parentDir' and 'sampleVector' argument can be used.

kallistoQuant <- importIsoformExpression(/home/lab/RNA/kallisto/1/1_AGTCAA_L002_R1_005/ ,(package = " IsoformSwitchAnalyzeR ")) Error: unexpected '/' in "kallistoQuant <- importIsoformExpression(/"

kallistoQuant <- importIsoformExpression(home/lab/RNA/kallisto/1/1_AGTCAA_L002_R1_005 ,(package = " IsoformSwitchAnalyzeR ")) Error: unexpected input in "kallistoQuant <- importIsoformExpression(home/lab/RNA/kallisto/1/1_"

kallistoQuant <- importIsoformExpression(home/lab/RNA/kallisto/1/1_AGTCAA_L002_R1_005 ,(package = " IsoformSwitchAnalyzeR ")) Error: unexpected input in "kallistoQuant <- importIsoformExpression(home/lab/RNA/kallisto/1/1_"

please tell me how to solve it thanks

ADD REPLY
0
Entering edit mode

remove package = " IsoformSwitchAnalyzeR as this is only necessary if using example data from the package. Please get familiar with using R tools and how to generally load data as this does seem to be package-related but is a general R problem.

ADD REPLY

Login before adding your answer.

Traffic: 3017 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6